

    .center .box {
        background-color: #ffffff;
        padding: 20px 20px 0 20px;
        width:1180px;
    }

.lable span {
    font-size: 32px;
    font-weight: bold;
    line-height: 90px;
}

.lable i {
    width: 500px;
    height: 1px;
    background-color: #353535;
    display: inline-block;
    margin-top: 43px;
}

.newspic{
    position:relative;
    height:400px;
}
    .newspic .pic span {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 50px;
        background-color: rgba(0,0,0,0.6);
        padding: 0 15px;
        line-height: 50px;
        width: calc(100% - 30px);
        display: inline-block;
        color: #ffffff;
        font-size:18px;
    }
.yd {
    position: absolute;
    position: absolute;
    right: 10px;
    bottom: 14px;
}
.yd span {
    width: 0;
    height: 0;
    border: 5px solid #ffffff;
    opacity: 0.5;
    border-radius: 50px;
    display: inline-block;
    margin:2px;
}

    .yd span.select {
        opacity: 1;
    }

.newstext {
    width: 530px;
    background-color: #F8FBFE;
}
    .newstext .title {
        border-bottom: 1px solid #247CE0;
    }
    .newstext .title span{
        background-color: #247CE0;
        width: 120px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #ffffff;
    }
        .newstext .title a {
            line-height: 45px;
            padding:0 20px;
        }
    .newstext .content{
        padding:10px 20px;
    }
    .newstext .content a {
        list-style: circle;
        line-height:42px;
        max-width:380px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
		color:#333333;        
    }
        .newstext .content span {
            color: #888888;
            font-size: 14px;
            line-height: 42px;
        }
.qh span {
    font-family: SimHei;
    font-size: 32px;
    width: 20px;
    color: #353535;
    cursor:pointer;
}
    .qh span.no {
        color: #cccccc;
        cursor:default;
    }
    .url img{
        margin-bottom:20px;
    }
.service {
	position: absolute;
    right: 100px;
    top: 280px;
    text-align: center;
    width: 200px;
    z-index: 99;
}
.service_box {
    width: 265px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: left;
    /*display:none;*/
}
    .service_box img {
        position: absolute;
        left: 130px;
        top: -15px;
    }

.tcontact {
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    border-bottom: 1px solid #CCCCCC;
}
.contact {
    line-height: 32px;
    padding-top: 10px;
    color: #333333;
}